home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / me310.zip / UE310CMD.ZIP / TABLE.CMD < prev    next >
OS/2 REXX Batch file  |  1988-09-30  |  219b  |  9 lines

  1.     set %letter "A"
  2.  
  3.     !while ¬ &sgr %letter "Z"
  4.         insert-string &cat &cat "FN" %letter " = "
  5.         insert-string &cat &bind &cat "FN" %letter "~n"
  6.         update-screen
  7.         set %letter &chr &add &ascii %letter 1
  8.     !endwhile
  9.